home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMSELECTHTMLFORM / TFRMSELECTHTMLFORM.txt
Encoding:
Text File  |  2003-01-14  |  1.4 KB  |  87 lines

  1. object frmSelectHtmlForm: TfrmSelectHtmlForm
  2.   Left = 327
  3.   Top = 218
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select form'
  6.   ClientHeight = 133
  7.   ClientWidth = 353
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 20
  20.     Top = 24
  21.     Width = 204
  22.     Height = 13
  23.     Caption = 'Some forms were found. Please select one:'
  24.   end
  25.   object cbxForms: TComboBox
  26.     Left = 18
  27.     Top = 40
  28.     Width = 315
  29.     Height = 21
  30.     Style = csDropDownList
  31.     ItemHeight = 13
  32.     TabOrder = 0
  33.   end
  34.   object comOk: TButton
  35.     Left = 174
  36.     Top = 90
  37.     Width = 75
  38.     Height = 25
  39.     Caption = 'OK'
  40.     Default = True
  41.     ModalResult = 1
  42.     TabOrder = 1
  43.   end
  44.   object comCancel: TButton
  45.     Left = 258
  46.     Top = 90
  47.     Width = 75
  48.     Height = 25
  49.     Cancel = True
  50.     Caption = 'Cancel'
  51.     ModalResult = 2
  52.     TabOrder = 2
  53.   end
  54.   object IvTranslator1: TIvTranslator
  55.     DictionaryName = 'dcoAMStepBuilder'
  56.     Left = 356
  57.     Top = 84
  58.     TargetsData = (
  59.       1
  60.       6
  61.       (
  62.         '*'
  63.         'Hint'
  64.         0)
  65.       (
  66.         '*'
  67.         'Caption'
  68.         0)
  69.       (
  70.         '*'
  71.         'Items'
  72.         0)
  73.       (
  74.         'TMemo'
  75.         'Text'
  76.         0)
  77.       (
  78.         '*'
  79.         'Cells'
  80.         0)
  81.       (
  82.         '*'
  83.         'Lines'
  84.         0))
  85.   end
  86. end
  87.